home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_191 / PlaceObject2_208_123 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  266 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.hero._x;
  3.    if(_root.hero._y < 376.25 || _root.hero._y > 376.25)
  4.    {
  5.       this.gotoAndStop(2);
  6.    }
  7.    else if(_root.hero._y == 376.25 and _root.hero._currentFrame != 8)
  8.    {
  9.       this.gotoAndStop(1);
  10.    }
  11. }
  12.